DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing Namespace / Index<T,TKey> Class / FindBetween Method

In This Topic
    FindBetween Method (Index<T,TKey>)
    In This Topic
    Finds items with key values in the interval between the specified values.
    Overload List
    OverloadDescription
    Finds items with key values in the interval between the specified values.  

    Finds items with key values in the interval between the specified values.

    Implements IIndexScanner(T).FindBetween(object,bool,object,bool,Order)

    (Inherited from C1.LiveLinq.Indexing.Index<T>)
    See Also